home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / text / aed.rea < prev    next >
Text File  |  1995-08-10  |  953b  |  35 lines

  1. Short:    ANSI Text Editor for BBS and Amiga Shell
  2. Author:   mischler@sixpack.pfalz.de (Mathias Mischler)
  3. Uploader: mischler@sixpack.pfalz.de (Mathias Mischler)
  4. Type:     text/edit
  5.  
  6.  AEd ist an ANSI Editor. It is written to work with Mailbox
  7.  programms and it is also stand-alone to work in an Amiga Shell.
  8.  
  9.  Because of the reason it was written for mailboxes, there are
  10.  following bonuses:
  11.  
  12.                       AEd is fast
  13.  
  14.              AEd runs sure and crash free.
  15.  
  16.                    AEd is easy to use.
  17.  
  18.  BUT: It has not a amount of functions. ;) But therefor a very
  19.  good word-wrap.
  20.  
  21.  Functions:
  22.  
  23.  <CTRL>-Z - Save and quit.
  24.  <CTRL>-X - Break.
  25.  <CTRL>-A - Show help page.
  26.  <CTRL>-N - Insert new line.
  27.  <CTRL>-D - Delete actual line.
  28.  <CTRL>-K - Delete to end of line.
  29.  <CTRL>-R - Redraw.
  30.  
  31.  Number of Lines:
  32.  
  33.  The number of lines is given by a local enviroment variable LINES.
  34.  e.g. "SET LINES 5" sets lines to 5, "SET LINES 49" sets lines to 49.
  35.